home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12547 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c,comp.lang.c++,comp.binaries.wanted
  4. Subject: Re: need: dos.h (C header file) including inportb() and outportb() functions!!!
  5. Date: 20 Mar 1996 07:41 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <20MAR199607413531@erich.triumf.ca>
  9. References: <4ih1pu$7q5@vip.cybercity.dk>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4ih1pu$7q5@vip.cybercity.dk>, monsted@cybercity.dk (Monsted) writes...
  14. >I need a dos.h header file that includes inportb and outportb
  15. >functions for COM & LPT I/O!
  16. >These functions are not included in MSVC++!
  17.  
  18. dos.h by itself won't help.  Header files are just text files containing
  19. function prototypes and associated typedefs and #defines.  The actual functions
  20. are in a library.  For Borland and Microsoft DOS compilers, these functions are
  21. in the main library.
  22.  
  23. Perhaps they are not in the Visual C++ library.  There are apparently many
  24. DOS-specific functions that cannot be used under Windoze - perhaps that is the
  25. case here.
  26.  
  27. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  28. Internet: bennett@triumf.ca         | of one another only when one can be
  29. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  30. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  31. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  32. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.